ListBox.MouseDown Event
Returns a Boolean. The mouse button was pressed inside the ListBox region at the location passed in to x,y.
Syntax
MouseDown ( x, y )
Parameters | |
x |
|
y |
Returning True in the MouseDown event causes the MouseDrag and MouseUp events to fire and the default ListBox click processing not to fire.